home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / genie-commodore-file-library / C64-128Toolkit / MSD-DU15.ARC / DISK ENCODE.BOOT (.txt) < prev    next >
Encoding:
Commodore BASIC  |  2019-04-13  |  153 b   |  5 lines

  1. 14 PRINT"[147]LOAD"CHR$(34)"DISK ENCODER"CHR$(34)",8"
  2. 15 PRINT"POKE646,1:RUN"
  3. 16 I$=CHR$(13)+CHR$(13)+"RUN"+CHR$(13)
  4. 22 FORI=1TOLEN(I$):POKE630+I,ASC(MID$(I$,I)):NEXT:POKE198,I:PRINT"":END
  5.